Skip to main content
Version: 2.26.00

Tenant Cration and Users

Global Administrator

Go to the Portal User Interface

Login with global administrator (administrator@templatefirm.com)

Create the Tenant

This task will create the Tenant in the eXate platform and specify the initial administrator account for the given Tenant.

  1. Navigate to Admin, Tenants from the sidebar menu

  2. Click the + button to add a new Tenant

  3. Fill in all the required information on the form and click Save

![alt text](image.png)

![alt text](image.png)

Tenant Administrator

Go to the Vault UI

Login with Tenant Administrator created in the previous step

There are two configuration options for Tenant services:

  1. Tenants can share the same REST services

  2. Tenants can be assigned their own REST service endpoints for process isolation

The two configuration options are controlled using the exateportal. ENVIRONMENT VARIABLE in the values.yaml: IS_EXECUTION_CONTEXT_ENABLED: "true"

 true is for dynamic endpoint configuration

 false is for system configured REST endpoints

If you wish to use dynamic endpoint configuration, please follow section Create Zone and Create Namespace, otherwise you can skip these steps.

Create the Zone

This task will create the default zone for the Tenant.

  1. Navigate to Zones from the sidebar menu

  2. Click the + button to add a new zone

  3. Fill in all the required information on the form and click Save

Create the Namespace

This task will create the namespace and associated endpoints for a given Tenant. 1. Navigate to Namespace from the sidebar menu

  1. Click the + button to add a new namepace

  2. Fill in all the required information on the form and click Save

  3. Add a new Discovery endpoint with the value as the ingress host for the tenant 5. Add a new ETL Api endpoint with the value as the ingress host for the tenant 6. Add a new Apigator Api endpoint with the value as the ingress host for the tenant

All hosts configured in step 4, 5 and 6 should use https and have a trailing slash. Eg: https://discovery-api.host.com/

Create Users

This task will create additional user accounts for a given Tenant.

  1. Go to the portal UI

  2. Navigate to Admin, Users from the sidebar menu

  3. Click the + button to add a new User

  4. Fill in all the required information on the form and click Save

Note the following user types:

  1. Execution – System accounts

  2. Invite – Invite Users to the platform (requires SMTP configuration)

  3. Standard – Specify the credentials of the new user

![alt text](image.png)